Platform Explorer / Nuxeo Platform 2023.10

Extension point configuration

Documentation

Extension points to configure the JWTService.

    <secret>something</secret>
    <defaultTTL>3600</defaultTTL>

The secret is an arbitrary string that must be shared by all servers in the cluster. The defaultTTL is expressed in secondes, and defaults to 3600 (1 hour).

Contribution Descriptors

  • Class: org.nuxeo.ecm.jwt.JWTServiceConfigurationDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.